home *** CD-ROM | disk | FTP | other *** search
/ Programming Windows 95 with MFC / Programming Windows 95 with MFC (Microsoft Programming Series)(097-0001465)(1996).iso / SETUP.INI < prev    next >
Text File  |  1996-04-11  |  1KB  |  26 lines

  1. ;*** Setup changes to the directory on the next line and installs all the files it finds there
  2. Code
  3. ; The following line is the default location to install the files.
  4. C:\Programming Windows 95 with MFC
  5. ; The following line is the name of the product.
  6. Programming Windows 95 with MFC
  7. ; The following line is the location where a shortcut to the installed
  8. ; files is created. (NULL = no shortcut.)
  9. NULL
  10. ; The following line is the name of the shortcut to be created
  11. Shortcut to Programming Windows 95 with MFC
  12. ; The following line is the total size of the installed files.
  13. 2031153
  14. ;The following line specifies whether any of the files are compressed
  15. ; (COMPRESSED) or all the files are uncompressed (UNCOMPRESSED).
  16. uncompressed
  17. ;Windows NT 3.51 conforms to the ISO 9660 specification for CD-ROMs. As such, filenames must be
  18. ;ALL CAPS, no embedded spaces, and be a maximum of 37 characters. Setup can "fudge" mixed case
  19. ;filenames with embedded spaces using the following "underscore" flag. If the following flag is
  20. ;"underscores," Setup reads a filename from disk and converts it to lowercase. It then converts
  21. ;the first character and every character after an underscore to uppercase, then converts all
  22. ;underscores to spaces. Thus, the filename "THIS_IS_A_TEST" is coverted to "This Is A Test."
  23. ;Any value except underscores is ignored.
  24. nounderscores
  25. ; The following line is the disk label(s) of the installation disk(s).
  26. DISK1